From a55363346f741d9d268a592a6312794bd8bc0a6b Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 10 Mar 2007 22:45:44 +0000 Subject: [PATCH] Fix icon reads in gpsutil format. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2694 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/gpsutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/gpsutil.c b/gpsbabel/gpsutil.c index 7f2c9ae89..d9f7dcbe3 100644 --- a/gpsbabel/gpsutil.c +++ b/gpsbabel/gpsutil.c @@ -90,7 +90,7 @@ data_read(void) ibuf += 9; } - n = sscanf(ibuf, "%lf%c %lf%c %ld%c %30[^,]s %2s", + n = sscanf(ibuf, "%lf%c %lf%c %ld%c %30[^,] %2s", &lat, &latdir, &lon, &londir, &alt, &alttype, desc, icon); /* Require at least first threee fields, otherwise ignore */ -- 2.30.2